home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / progwin.zip / HELLOWIN.ZIP / MAKEFILE < prev   
Encoding:
Text File  |  1991-09-04  |  212 b   |  10 lines

  1. hellowin.exe:    hellowin.obj hellowin.def
  2.     tlink @hellowin.arf
  3.     c:\borlandc\bin\rc hellowin.exe
  4.  
  5. .c.obj :
  6.     c:\borlandc\bin\bcc -c -a -mm -v -W $<
  7.  
  8. .rc.res :
  9.     c:\borlandc\bin\rc -r -ic:\borlandc\include $<
  10.